2004-01-06 Federico Mena Quintero <federico@ximian.com>
* gdk-pixbuf-io.c (gdk_pixbuf_save): Escape an ampersand in the
documentation comment, and hack around an empty line in the code
example so that gtk-doc won't put a <para> due to it.
2004-01-06 Federico Mena Quintero <federico@ximian.com>
+ * gdk-pixbuf-io.c (gdk_pixbuf_save): Escape an ampersand in the
+ documentation comment, and hack around an empty line in the code
+ example so that gtk-doc won't put a <para> due to it.
+
* gdk-pixbuf.c (gdk_pixbuf_get_pixels): Link to the documentation
section on image data.
* if (gdk_pixbuf_format_is_writable (data))
* *list = g_slist_prepend (*list, data);
* }
- *
+ * <!-- -->
* GSList *formats = gdk_pixbuf_get_formats (<!-- -->);
* GSList *writable_formats = NULL;
- * g_slist_foreach (formats, add_if_writable, &writable_formats);
+ * g_slist_foreach (formats, add_if_writable, &writable_formats);
* g_slist_free (formats);
* </programlisting></informalexample>
*